var encoding/asn1.flagType

3 uses

	encoding/asn1 (current package)
		asn1.go#L662: 	flagType             = reflect.TypeOf(Flag(false))
		asn1.go#L765: 				if fieldType != flagType {
		marshal.go#L463: 	case flagType: